Platform Explorer / Nuxeo Platform 6.0

Operation Actions.GET (List available actions)

Description

Retrieve list of available actions for a given category. Action context is built based on the Operation context (currentDocument will be fetched from Context if not provided as input). If this operation is executed in a chain that initialized the Seam context, it will be used for Action context
Operation id Actions.GET
Category Services
Label List available actions
Requires
Since

Parameters

Name Description Type Required Default value
category string yes  
lang string no  

Signature

Inputs void, document
Outputs blob, blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.services.GetActions
Contributing Component org.nuxeo.ecm.core.automation.featuresContrib

JSON Definition

{
  "id" : "Actions.GET",
  "label" : "List available actions",
  "category" : "Services",
  "requires" : null,
  "description" : "Retrieve list of available actions for a given category. Action context is built based on the Operation context (currentDocument will be fetched from Context if not provided as input). If this operation is executed in a chain that initialized the Seam context, it will be used for Action context",
  "url" : "Actions.GET",
  "signature" : [ "void", "blob", "document", "blob" ],
  "params" : [ {
    "name" : "category",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "lang",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}